home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / mbu_110.zip / MBUTIL.CTL next >
Text File  |  1991-02-14  |  3KB  |  91 lines

  1. ;       ╒═════════════════════════════════════════════════════════════╕
  2. ;       │ ■ MBUTIL.CTL - Control File for Message Base Utility 1.10 ■ │
  3. ;       ╘═════════════════════════════════════════════════════════════╛
  4. ;■────────────────────────────────────────────────────────────────────────────■
  5. ;
  6. RegisteredTo [UNREGISTERED]
  7. RegistrationKey
  8.  
  9. ; This is your Main [zone:]net/node[.point] address and up to 10 Aka's
  10. ; They are used for Import to decide whether a messages is destined for your
  11. ; system or not. Aka's can use short addressing: they use the zone (default: 2)
  12. ; and net of the Main address as default.
  13. ;
  14. Address 1:3625/454
  15.  
  16. ; You can specify up to ten user names. They are used by the Import command to
  17. ; decide whether or not a messages is address to a user of your system. MBUTIL
  18. ; will also use USERS.BBS for this, if found. The first UserName is also used
  19. ; as default From name for the Post command.
  20. ;
  21. ;UserName Gerard van.der.Land
  22.  
  23. ; This is the name and location of your MBUTIL log file
  24. ;
  25. LogFile C:\DB\MBUTIL.LOG
  26. ;
  27. ; This is what log style you would like MBUTIL to use.
  28. ;    0    = FrontDoor
  29. ;  1 - 99 = Opus (RA## with line number)
  30. ;   100   = QuickBBS
  31. ;   101   = D'Bridge (*)
  32. ;   102   = Binkley
  33. ;
  34. LogStyle 0
  35. ;
  36. ; (*) Although MBUTIL can write the logfile in D'Bridge format it is not
  37. ; recommended to write to the D'Bridge log file, because it uses EOF-markers
  38. ; which MBUTIL doesn't.
  39.  
  40. ; This is the directory where the QuickBBS/RemoteAccess MSG*.BBS message
  41. ; base files are located.
  42. ;
  43. BBSPath C:\RA\MSGBASE
  44.  
  45. ; This is the name of your AREAS.BBS style file. If you don't define it,
  46. ; you will have to use #<boardnumber> instead to specify a board. The first
  47. ; line may not contain an area-tag, the rest of the file has the following format:
  48. ;
  49. ;  <boardnumber> <area-tag> [<net:node>] [<net:node>] [...]
  50. ;
  51. AreasFile C:\RA\AREAS.BBS
  52.  
  53. ; This is the NETMAIL directory, where incoming and outgoing *.MSG netmail
  54. ; messages are stored
  55. ;
  56. NetmailPath C:\DB\MESSAGES
  57. ;
  58. ; This is the board to which netmail should be imported (0 = none)
  59. ; MBUTIL Export will export netmail from all boards
  60. ;
  61. NetmailBoard 61
  62.  
  63. ; This is the board number where MBUTIL can move messages with
  64. ; invalid board numbers (< 1 or > 200). (0 = delete messages)
  65. ;
  66. RecoveryBoard 200
  67.  
  68. ; MBUTIL Pack will automagically renumber if the highest messages is above
  69. ; what you've defined here, even if you didn't use the -Renumber switch
  70. ; (0 = always renumber)
  71. ;
  72. AutoRenum 20000
  73.  
  74. ; These are up to 5 tear lines that MBUTIL Export -ReTear should replace.
  75. ; According to ECHOMAIL POLICY 1 the tearline will not be longer than 35
  76. ; characters and extended ASCII characters will not be allowed. Please don't
  77. ; put messages on the tearline, only program information.
  78. ;
  79. ;           ╒═════════════════════════════╕
  80. OldTearLine
  81. NewTearLine RemoteAccess via D'Bridge Beta
  82. ;           │                             │
  83. ;OldTearLine FD 1.99c
  84. ;NewTearLine FD 1.99c via TosScan(q) 1.00
  85. ;           │                             │
  86. ;OldTearLine QuickBBS 2.64 (Eval)
  87. ;NewTearLine QuickBBS 2.64 via D'Bridge 1.30
  88. ;           ╘═════════════════════════════╛
  89. ;
  90. ;■──────────────────────────■ End Of Control File ■───────────────────────────■
  91.